projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3845d48
)
Fix library name
author
Félix Piédallu
<felix@piedallu.me>
Thu, 14 Dec 2017 14:52:47 +0000
(15:52 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Sat, 16 Dec 2017 01:44:00 +0000
(
02:44
+0100)
babl/meson.build
patch
|
blob
|
history
diff --git
a/babl/meson.build
b/babl/meson.build
index c335d634fc85c88cea4744533791f4ebbf71cb87..a46a7f5fd513656f19b11420ef2dbb2a5d64ef2d 100644
(file)
--- a/
babl/meson.build
+++ b/
babl/meson.build
@@
-78,7
+78,7
@@
install_headers(babl_headers,
subdir: join_paths(lib_name, 'babl')
)
-babl = library(
'babl'
,
+babl = library(
lib_name
,
babl_sources,
include_directories: [ rootInclude, bablBaseInclude],
c_args: [ '-DLIBDIR="' + get_option('libdir') + '"', ],